tegra: keyboard: Fix the init order
authorSimon Glass <[email protected]>
Sat, 30 Jan 2016 23:37:40 +0000 (16:37 -0700)
committerTom Warren <[email protected]>
Tue, 16 Feb 2016 16:17:49 +0000 (09:17 -0700)
commit732484799b60c22c71f6ac0f1ff2db39bcd0c7d8
treeea07679c61b3a027b98abce4a0e69f1528ccc1bb
parent727a25b2418031e1b94ba603e0eb61657024091b
tegra: keyboard: Fix the init order

We need to add the base tables before adding the function tables. Fix the
init order so the keyboard scans keys correctly.

Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
drivers/input/tegra-kbc.c